EnumValueConverter<T> Class

Summary

Provides a type converter to convert Enum object to and from a string.

Syntax
C#
VB
C++
public class EnumValueConverter<T> : TypeConverter 
Public Class EnumValueConverter(Of T)  
   Inherits System.ComponentModel.TypeConverter 
generic<typename T> 
public ref class EnumValueConverter : public System.ComponentModel.TypeConverter  

Type Parameters

T
Type of enumeration.

Remarks

In addition to the enum value this converter works with the EnumValueAttribute to extract an additional descriptive name for the enumeration.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly